Get Length of String
Command Prototype
iRet = Len(sText)
Command Description
Get the length of a string
Parameter Description
- Required Parameter
- sText--The string to operate
- return
- iRet--The variable used to save the output of the function call